GtkFileChooserWidget: Remove an errant line
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Jun 2014 01:38:47 +0000 (21:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Jun 2014 01:38:47 +0000 (21:38 -0400)
This was leaking a schema object, and looks like a bad merge.

gtk/gtkfilechooserwidget.c

index 7a46250c899b8294ba1a8cba1b89aae85915ddae..57f00723992b4e0761feff222db1f992624cd23e 100644 (file)
@@ -7466,10 +7466,6 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl)
 
   set_file_system_backend (impl);
 
-  if (g_settings_schema_source_lookup (g_settings_schema_source_get_default (),
-                                       "org.gnome.desktop.interface",
-                                       TRUE) != NULL)
-
   priv->bookmarks_manager = _gtk_bookmarks_manager_new (NULL, NULL);
 
   /* Setup various attributes and callbacks in the UI